type nhooyr.io/websocket.opcode

9 uses

	nhooyr.io/websocket (current package)
		frame.go#L17: type opcode int
		frame.go#L21: 	opContinuation opcode = iota
		frame.go#L43: 	opcode opcode
		frame.go#L66: 	h.opcode = opcode(b & 0xf)
		stringer.go#L29: func (i opcode) String() string {
		write.go#L60: 	opcode opcode
		write.go#L131: 	mw.opcode = opcode(typ)
		write.go#L234: func (c *Conn) writeControl(ctx context.Context, opcode opcode, p []byte) error {
		write.go#L246: func (c *Conn) writeFrame(ctx context.Context, fin bool, flate bool, opcode opcode, p []byte) (_ int, err error) {